C1.Web.Mvc Namespace / YFunctionSeries<T> Class / Min Property

In This Topic
Min Property (YFunctionSeries<T>)
In This Topic
Gets or sets the minimum value for function calculation.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property Min As Nullable(Of Double)
 
See Also